Mgamerz

Untitled

Aug 20th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.76 KB | None | 0 0
  1. if (Integer.parseInt(Build.VERSION.SDK) >= 4) {
  2.     Log.i(PathActivity.TAG,"API version "+Build.VERSION.SDK);
  3.     log.append(separator + "CPU: ");
  4.     log.append(Build.CPU_ABI); //Log is a stringbuilder
  5. }
  6.  
  7. gives this:
  8.  
  9. 08-21 03:11:47.038: WARN/dalvikvm(1140): VFY: unable to resolve static field 11 (CPU_ABI) in Landroid/os/Build;
  10. 08-21 03:11:47.038: WARN/dalvikvm(1140): VFY:  rejecting opcode 0x62 at 0x0207
  11. 08-21 03:11:47.038: WARN/dalvikvm(1140): VFY:  rejected Lcom/mgamerzproductions/logthis/IntenseWorker;.buildLogString ()Ljava/lang/String;
  12. 08-21 03:11:47.038: WARN/dalvikvm(1140): Verifier rejected class Lcom/mgamerzproductions/logthis/IntenseWorker;
  13. 08-21 03:11:47.128: WARN/dalvikvm(1140): threadid=3: thread exiting with uncaught exception (group=0x4000fe70)
Advertisement
Add Comment
Please, Sign In to add comment