從openFileOutput發生NullPointerException。 context.getPackageName()= android,這段代碼是框架。 我不知道這個問題,背景或任何東西... 任何人都可以幫我嗎?在openFileOutput Android中,NullPointerException
次使用的聯繫人應用
2月2日至16日:06:42.449:I/VCardImport(2255):電子名片緩存線程開始運行。
二月2日至16日:06:42.449:E/VCardImport(2255):文件名:import_tmp_0.vcf
二月2日至16日:06:42.449:E/VCardImport(2255):文件:/數據/數據/ com.android.contacts /文件/ import_tmp_0.vcf
-My源,框架
1月2日至16日:11:00.525:E/PstContactCreator(549):文件名:import_tmp_0.vcf
02-16 01:11:00.525:W/ApplicationContext(549):無法創建文件目錄文件
一月2日至16日:11:00.525:E/PstContactCreator(549):文件:import_tmp_0.vcf
我的源的上下文是 '機器人',當我使用功能,這是getFileStreamPath,openFileOutput,我無法創建文件。我認爲情況會導致問題。我想知道是什麼原因導致問題以及如何解決問題。 context.getFileStreamPath(filename); context.openFileOutput(filename,Context.MODE_PRIVATE).getChannel();
私人烏里CopyTo從(最終烏里sourceUri,字符串文件名)拋出IOException異常{
Log.i(LOG_TAG, String.format("Copy a Uri to app local storage (%s -> %s)",
sourceUri, filename));
final Context context = mContext.get();
final ContentResolver resolver = context.getContentResolver();
ReadableByteChannel inputChannel = null;
WritableByteChannel outputChannel = null;
Uri destUri = null;
try {
inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri));
destUri = Uri.parse(context.getFileStreamPath(filename).toURI().toString());
outputChannel = context.**openFileOutput**(filename, Context.MODE_PRIVATE).getChannel();
final ByteBuffer buffer = ByteBuffer.allocateDirect(8192);
while (inputChannel.read(buffer) != -1) {
buffer.flip();
outputChannel.write(buffer);
buffer.compact();
}
buffer.flip();
while (buffer.hasRemaining()) {
outputChannel.write(buffer);
}
} finally {
if (inputChannel != null) {
try {
inputChannel.close();
} catch (IOException e) {
Log.w(LOG_TAG, "Failed to close inputChannel.");
}
}
if (outputChannel != null) {
try {
outputChannel.close();
} catch(IOException e) {
Log.w(LOG_TAG, "Failed to close outputChannel");
}
}
}
return destUri;
}
02-16 01:11:00.455:I/PstManagerService(549):onsetrecordcmd啓動
02-16 01:11:00.455:I/PstManagerService(549):f.exists
1月2日至16日:11:00.455:I/PstManagerService(549):後creteNewFile
1月2日至16日:11:00.465 :W/PstContact創建者(549):pst聯繫開始!
1月2日至一十六日:11:00.465:E/PstContactCreator(549):文件名:import_tmp_0.vcf
1月2日至一十六日:11:00.465:W/ApplicationContext對象(549):無法創建文件目錄文件
1月2日至一十六日:11:00.475:E/PstContactCreator(549):文件:import_tmp_0.vcf
1月2日至一十六日:11:00.475:I/PstContactCreator(549):一個URI複製到應用本地存儲 (file:///cache/pst_contact_r.tmp - > import_tmp_0.vcf)
1月2日至十六日:11:00.475:I/PstContactCreator(549):dcshin 111
1月2日至十六日:11:00.475:E/PstContactCreator(549):inputChannel: java.nio.channels.Channels $ InputStreamChannel @ 419ca7a8
02-16 01:11:00。475:I/PstContactCreator(549):dcshin 222
1月2日至16日:11:00.485:W/ApplicationContext的(549):無法創建文件目錄中的文件
1月2日至16日:11:00.495: E/PstContactCreator(549):destUri:文件:/import_tmp_0.vcf
1月2日至一十六日:11:00.495:I/PstContactCreator(549):dcshin 333
1月2日至一十六日:11:00.495: E/PstContactCreator(549):getPackageName:android
02-16 01:11:00.495:E/PstContactCreator(549):getPackag eCodePath:空
一月2日至16日:11:00.505:E/PstContactCreator(549):getPackageResourcePath:空
一月2日至16日:11:00.505:W/ApplicationContext對象(549):無法創建文件目錄中的文件
1月2日至一十六日:11:00.505:E/PstContactCreator(549):顯示java.lang.NullPointerException
1月2日至一十六日:11:00.505:I/PstContactCreator(549):成品緩存名片。
1月2日至16日:11:00.515:I/PstManagerService(549):onsetrecordcmd啓動
1月2日至16日:11:00.515:I/PstManagerService(549):f.exists
02 -16 01:11:00.515:I/PstManagerService(549):after creteNewFile
02-16 01:11:00.525:W/PstContactCreator(549):pst contact start!
1月2日至一十六日:11:00.525:E/PstContactCreator(549):文件名:import_tmp_0.vcf
1月2日至一十六日:11:00.525:W/ApplicationContext對象(549):無法創建文件目錄文件
1月2日至一十六日:11:00.525:E/PstContactCreator(549):文件:import_tmp_0.vcf
1月2日至一十六日:11:00.525:I/PstContactCreator(549):一個URI複製到應用本地存儲 (file:///cache/pst_contact_r.tmp - > import_tmp_0.vcf)
1月2日至十六日:11:00.525:I/PstContactCreator(549):dcshin 111
1月2日至十六日:11:00.525:E/PstContactCreator(549):inputChannel: java.nio.channels.Channels $ InputStreamChannel @ 419b0018
1月2日至16日:11:00.525:I/PstContactCreator(549):dcshin 222
1月2日至16日:11:00.525:W/ApplicationContext對象(549):無法創建文件目錄文件
02-16 01:11:00.525:E/ThermalDaemon(2916):最大CPU [1]頻率918000 KHz
1月2日至16日:11:00.525:E/PstContactCreator(549):destUri:文件:/import_tmp_0.vcf
1月2日至16日:11:00.525:I/PstContactCreator(549):333 dcshin
02-16 01:11:00。525:E/PstContactCreator(549):getPackageName:機器人
1月2日至16日:11:00.525:E/PstContactCreator(549):getPackageCodePath:空
1月2日至16日:11:00.525:E/PstContactCreator(549):getPackageResourcePath:空
一月2日至16日:11:00.525:W/ApplicationContext對象(549):無法創建文件目錄下的文件
一月2日至16日:11:00.525:E/PstContactCreator (549):java.lang.NullPointerException
02-16 01:11:00.525:I/P stContactCreator(549):完成緩存電子名片。
1月2日至16日:11:00.535:I/PstManagerService(549):onsetrecordcmd啓動
1月2日至16日:11:00.535:I/PstManagerService(549):f.exists
02 -16 01:11:00.535:I/PstManagerService(549):after creteNewFile
02-16 01:11:00.535:W/PstContactCreator(549):pst contact start!
1月2日至一十六日:11:00.535:E/PstContactCreator(549):文件名:import_tmp_0.vcf
1月2日至一十六日:11:00.535:W/ApplicationContext對象(549):無法創建文件目錄文件
1月2日至一十六日:11:00.535:E/PstContactCreator(549):文件:import_tmp_0.vcf
1月2日至一十六日:11:00.535:I/PstContactCreator(549):一個URI複製到應用本地存儲 (file:///cache/pst_contact_r.tmp - > import_tmp_0.vcf)
1月2日至十六日:11:00.535:I/PstContactCreator(549):dcshin 111
1月2日至十六日:11:00.535:E/PstContactCreator(549):inputChannel: java.nio.channels.Channels $ InputStreamChannel @ 414d6ca8
1月2日至16日:11:00.535:I/PstContactCreator(549):dcshin 222
1月2日至16日:11:00.535:W/ApplicationContext對象(549):無法創建文件目錄文件
1月2日至一十六日:11:00.545:E/PstContactCreator(549):destUri:文件:/import_tmp_0.vcf
02-16 01:11:00.545:I/PstContactCreator(549):333 dcshin
02-16 01:11:00.545:E/PstContactCreator(549):getPackageName:機器人
02-16 01:11:00.545:E/PstContactCreator(549):getPackageCodePath:空
02-16 01:11:00.545:E/PstContactCreator(549):getPackageResourcePath:空
02-16 1點11分: 00.545:W/ApplicationContext(549):無法創建文件目錄文件
02-16 01:11:00.545:E/PstContactCreator(549):java.lang。NullPointerException
02-16 01:11:00.545:I/PstContactCreator(549):完成緩存vCard。
1月2日至16日:11:00.545:I/PstManagerService(549):onsetrecordcmd啓動
1月2日至16日:11:00.545:I/PstManagerService(549):f.exists
02 -16 01:11:00.555:I/PstManagerService(549):after creteNewFile
02-16 01:11:00.555:W/PstContactCreator(549):pst contact start!
1月2日至一十六日:11:00.555:E/PstContactCreator(549):文件名:import_tmp_0.vcf
1月2日至一十六日:11:00.555:W/ApplicationContext對象(549):無法創建文件目錄文件
1月2日至一十六日:11:00.555:E/PstContactCreator(549):文件:import_tmp_0.vcf
1月2日至一十六日:11:00.555:I/PstContactCreator(549):一個URI複製到應用本地存儲 (file:///cache/pst_contact_r.tmp - > import_tmp_0.vcf)
1月2日至十六日:11:00.555:I/PstContactCreator(549):dcshin 111
1月2日至十六日:11:00.555:E/PstContactCreator(549):inputChannel: java.nio.channels.Channels $ InputStreamChannel @ 41a20ff8
1月2日至16日:11:00.555:I/PstContactCreator(549):dcshin 222
1月2日至16日:11:00.555:W/ApplicationContext對象(549):無法創建文件目錄文件
1月2日至一十六日:11:00.555:E/PstContactCreator(549):destUri:文件:/import_tmp_0.vcf
02-16 01:11:00.555:I/PstContactCreator(549):333 dcshin
02-16 01:11:00.555:E/PstContactCreator(549):getPackageName:機器人
02-16 01:11:00.555:E/PstContactCreator(549):getPackageCodePath:空
02-16 01:11:00.555:E/PstContactCreator(549):getPackageResourcePath:空
02-16 1點11分: 00.555:W/ApplicationContext(549):無法創建文件目錄文件
1月2日至16日:11:00.555:E/PstContactCreator(549):顯示java.lang.NullPointerException
1月2日至16日:11:00.555:I/PstContactCreator(549):成品緩存電子名片。
1月2日至一十六日:11:00.565:I/DiagJNIInterface(1791):將要發送的消息
1月2日至一十六日:11:00.565:d/ShutdownThread(549):通報線程開始關機 longPressBehavior = 1 02-16 01:11:00.615:I/ShutdownThread(549):發送關機廣播...
我的源框架。context.getPackageName()=機器人。框架需要權限嗎? – user1212704 2012-02-16 01:38:22
不需要權限我想,你可以發佈你的新catlog,有一個更好的想法,哪些錯誤仍然存在 – 2012-02-16 01:49:07
我不知道,如何發佈.logcat添加。 – user1212704 2012-02-16 02:02:41