Created
November 16, 2014 03:15
-
-
Save jerstlouis/93d1bb97e1396396ca59 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
I/ActivityManager( 1073): Start proc com.ecere.test01 for activity com.ecere.test01/android.app.NativeActivity: pid=15110 uid=10083 gids={50083, 3003, 1028} | |
W/ContextImpl( 1073): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1543 com.nvidia.ControllerMapper.MapperClient$ServiceClient.connect:597 com.nvidia.ControllerMapper.MapperC | |
iewRootImpl$ViewRootHandler.handleMessage:3185 android.os.Handler.dispatchMessage:102 | |
W/ContextImpl( 1073): Implicit intents with startService are not safe: Intent { act=com.nvidia.ControllerMapper.START_SERVICE } com.nvidia.ControllerMapper.MapperClient$ServiceClient.connect:597 com.nvidia.ControllerMapper.MapperC | |
iewRootImpl$ViewRootHandler.handleMessage:3185 | |
W/ControllerMapper( 1776): Skipped mapper file url : http://ota.nvidia.com/ota/mapper/query.php?p=com.ecere.test01 | |
I/dalvikvm(15110): Enabling JNI app bug workarounds for target SDK version 9... | |
V/PhoneStatusBar( 1433): setLightsOn(true) | |
W/NvAppProfileService( 1073): App Profiles: Enabled | |
I/PowerServiceCient( 1073): Successfully bound to service | |
E/cutils ( 196): Failed to mkdirat(/storage/sdcard1/Android): Read-only file system | |
W/Vold ( 196): Returning OperationFailed - no handler for errno 30 | |
W/ContextImpl(15110): Failed to ensure directory: /storage/sdcard1/Android/obb/com.ecere.test01 | |
E/cutils ( 196): Failed to mkdirat(/storage/sdcard1/Android): Read-only file system | |
W/Vold ( 196): Returning OperationFailed - no handler for errno 30 | |
W/ContextImpl(15110): Failed to ensure directory: /storage/sdcard1/Android/data/com.ecere.test01/files | |
D/AndroidRuntime(15110): Shutting down VM | |
W/dalvikvm(15110): threadid=1: thread exiting with uncaught exception (group=0x41708ba8) | |
E/AndroidRuntime(15110): FATAL EXCEPTION: main | |
E/AndroidRuntime(15110): Process: com.ecere.test01, PID: 15110 | |
E/AndroidRuntime(15110): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ecere.test01/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to load native library: /data/app-lib/com.ecere.t | |
E/AndroidRuntime(15110): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195) | |
E/AndroidRuntime(15110): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245) | |
E/AndroidRuntime(15110): at android.app.ActivityThread.access$800(ActivityThread.java:135) | |
E/AndroidRuntime(15110): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196) | |
E/AndroidRuntime(15110): at android.os.Handler.dispatchMessage(Handler.java:102) | |
E/AndroidRuntime(15110): at android.os.Looper.loop(Looper.java:136) | |
E/AndroidRuntime(15110): at android.app.ActivityThread.main(ActivityThread.java:5037) | |
E/AndroidRuntime(15110): at java.lang.reflect.Method.invokeNative(Native Method) | |
E/AndroidRuntime(15110): at java.lang.reflect.Method.invoke(Method.java:515) | |
E/AndroidRuntime(15110): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785) | |
E/AndroidRuntime(15110): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601) | |
E/AndroidRuntime(15110): at dalvik.system.NativeStart.main(Native Method) | |
E/AndroidRuntime(15110): Caused by: java.lang.IllegalArgumentException: Unable to load native library: /data/app-lib/com.ecere.test01-1/libecere.so | |
E/AndroidRuntime(15110): at android.app.NativeActivity.onCreate(NativeActivity.java:186) | |
E/AndroidRuntime(15110): at android.app.Activity.performCreate(Activity.java:5231) | |
E/AndroidRuntime(15110): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) | |
E/AndroidRuntime(15110): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159) | |
E/AndroidRuntime(15110): ... 11 more | |
W/ActivityManager( 1073): Force finishing activity com.ecere.test01/android.app.NativeActivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment