Created
September 23, 2016 21:44
-
-
Save ggfan/30d34c8cc57f7f958495c21fd1e81db3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D/AndroidRuntime( 7236): | |
D/AndroidRuntime( 7236): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< | |
D/AndroidRuntime( 7236): CheckJNI is OFF | |
E/art ( 7236): Unrecognized option -XX:mainThreadStackSize=24K | |
W/art ( 7236): Ignoring unknown -Xgc option: precise | |
W/art ( 7236): Failed to find ELF magic in /system/framework/am.odex: dey | |
E/memtrack( 7236): Couldn't load memtrack module (No such file or directory) | |
E/android.os.Debug( 7236): failed to load memtrack module: -2 | |
W/art ( 7236): JNI RegisterNativeMethods: attempt to register 0 native methods for android.content.res.Configuration | |
D/AndroidRuntime( 7236): Calling main entry com.android.commands.am.Am | |
I/ActivityManager( 913): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.example.native_activity/android.app.NativeActivity} from pid 7236 | |
D/AndroidRuntime( 7236): Shutting down VM | |
W/art ( 164): Could not get current activity | |
I/ActivityManager( 913): Start proc com.example.native_activity for activity com.example.native_activity/android.app.NativeActivity: pid=7248 uid=10077 gids={50077} | |
E/cutils ( 156): Failed to mkdirat(/storage/sdcard1/Android): Read-only file system | |
W/Vold ( 156): Returning OperationFailed - no handler for errno 30 | |
W/ContextImpl( 7248): Failed to ensure directory: /storage/sdcard1/Android/obb/com.example.native_activity | |
E/cutils ( 156): Failed to mkdirat(/storage/sdcard1/Android): Read-only file system | |
W/Vold ( 156): Returning OperationFailed - no handler for errno 30 | |
W/ContextImpl( 7248): Failed to ensure directory: /storage/sdcard1/Android/data/com.example.native_activity/files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment