Skip to content

Instantly share code, notes, and snippets.

@pureexe
Created July 9, 2013 14:48
Show Gist options
  • Select an option

  • Save pureexe/5957941 to your computer and use it in GitHub Desktop.

Select an option

Save pureexe/5957941 to your computer and use it in GitHub Desktop.
Logcat for roottool problem
I/ActivityManager( 538): START u0 {act=android.intent.action.MAIN cat=[android.
intent.category.LAUNCHER] flg=0x10200000 cmp=com.pureexe.testroottool/.MainActiv
ity} from pid 893
D/alsa_ucm( 185): Set mixer controls for HiFi Lowlatency enable 1
D/ALSAModule( 185): Device value returned is hw:0,14
D/ALSAModule( 185): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 4
8000
D/ALSAModule( 185): setHardwareParams: buffer_size 2048, period_size 1024, peri
od_cnt 2
D/dalvikvm( 6826): Late-enabling CheckJNI
I/ActivityManager( 538): Start proc com.pureexe.testroottool for activity com.p
ureexe.testroottool/.MainActivity: pid=6826 uid=10115 gids={50115, 1028}
E/Trace ( 6826): error opening trace file: No such file or directory (2)
D/overlay ( 182): Set pipe=VG0 dpy=0;
I/dalvikvm( 6826): Could not find method com.stericson.RootTools.RootTools.log,
referenced from method com.pureexe.testroottool.MainActivity.onCreate
W/dalvikvm( 6826): VFY: unable to resolve static method 4096: Lcom/stericson/Roo
tTools/RootTools;.log (Ljava/lang/String;)V
D/dalvikvm( 6826): VFY: replacing opcode 0x71 at 0x000a
D/overlay ( 182): Unset pipe=VG0 dpy=0; Unset pipe=RGB1 dpy=0;
D/AndroidRuntime( 6826): Shutting down VM
W/dalvikvm( 6826): threadid=1: thread exiting with uncaught exception (group=0x4
0a79930)
E/AndroidRuntime( 6826): FATAL EXCEPTION: main
E/AndroidRuntime( 6826): java.lang.NoClassDefFoundError: com.stericson.RootTools
.RootTools
E/AndroidRuntime( 6826): at com.pureexe.testroottool.MainActivity.onCreat
e(MainActivity.java:22)
E/AndroidRuntime( 6826): at android.app.Activity.performCreate(Activity.j
ava:5104)
E/AndroidRuntime( 6826): at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1080)
E/AndroidRuntime( 6826): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2262)
E/AndroidRuntime( 6826): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2358)
E/AndroidRuntime( 6826): at android.app.ActivityThread.access$600(Activit
yThread.java:153)
E/AndroidRuntime( 6826): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1247)
E/AndroidRuntime( 6826): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 6826): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6826): at android.app.ActivityThread.main(ActivityThrea
d.java:5227)
E/AndroidRuntime( 6826): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 6826): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 6826): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 6826): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:562)
E/AndroidRuntime( 6826): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 538): Force finishing activity com.pureexe.testroottool/.M
ainActivity
D/dalvikvm( 538): GC_FOR_ALLOC freed 1162K, 25% free 9805K/13068K, paused 71ms,
total 73ms
W/ActivityManager( 538): Activity pause timeout for ActivityRecord{40d09010 u0
com.pureexe.testroottool/.MainActivity}
D/alsa_ucm( 185): snd_use_case_set(): uc_mgr 0x2a0092a0 identifier _verb value
Inactive
D/alsa_ucm( 185): Set mixer controls for HiFi Lowlatency enable 0
D/alsa_ucm( 185): snd_use_case_set(): uc_mgr 0x2a0092a0 identifier _disdev valu
e Speaker
D/alsa_ucm( 185): Set mixer controls for Speaker enable 0
I/ActivityManager( 538): No longer want com.facebook.katana (pid 6180): empty #
17
W/ActivityManager( 538): Activity destroy timeout for ActivityRecord{40d09010 u
0 com.pureexe.testroottool/.MainActivity}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment