Skip to content

Instantly share code, notes, and snippets.

@sakuramilk
Created July 24, 2012 08:50
Show Gist options
  • Save sakuramilk/3168918 to your computer and use it in GitHub Desktop.
Save sakuramilk/3168918 to your computer and use it in GitHub Desktop.
ワンセグアプリ起動時のログ2
07-24 18:31:14.106 I/ActivityManager( 616): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.samsung.sec.mtv/.ui.liveplayer.MtvUiLivePlayer bnds=[16,940][188,1134]} from pid 1967
07-24 18:31:14.126 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image
07-24 18:31:14.126 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1102>: RGBA_8888
07-24 18:31:14.187 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image
07-24 18:31:14.187 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1158>: RGBX_8888
07-24 18:31:14.187 I/ActivityManager( 616): Start proc com.samsung.sec.mtv for activity com.samsung.sec.mtv/.ui.liveplayer.MtvUiLivePlayer: pid=3549 uid=10033 gids={1015, 3002, 3001}
07-24 18:31:14.217 D/OpenGLRenderer( 1967): Flushing caches (mode 1)
07-24 18:31:14.227 D/OpenGLRenderer( 1967): Flushing caches (mode 0)
07-24 18:31:14.277 I/ActivityThread( 3549): Pub com.samsung.sec.mtv: com.samsung.sec.mtv.provider.MtvProvider
07-24 18:31:14.287 I/dalvikvm( 3549): Could not find method android.broadcast.helper.MtvUtilDebug.isReleaseMode, referenced from method com.samsung.sec.mtv.provider.MtvProvider.delete
07-24 18:31:14.287 W/dalvikvm( 3549): VFY: unable to resolve static method 191: Landroid/broadcast/helper/MtvUtilDebug;.isReleaseMode ()Z
07-24 18:31:14.287 D/dalvikvm( 3549): VFY: replacing opcode 0x71 at 0x000a
07-24 18:31:14.287 I/dalvikvm( 3549): Could not find method android.broadcast.helper.MtvUtilDebug.isReleaseMode, referenced from method com.samsung.sec.mtv.provider.MtvProvider.getType
07-24 18:31:14.287 W/dalvikvm( 3549): VFY: unable to resolve static method 191: Landroid/broadcast/helper/MtvUtilDebug;.isReleaseMode ()Z
07-24 18:31:14.287 D/dalvikvm( 3549): VFY: replacing opcode 0x71 at 0x0007
07-24 18:31:14.287 I/dalvikvm( 3549): Could not find method android.broadcast.helper.MtvUtilDebug.isReleaseMode, referenced from method com.samsung.sec.mtv.provider.MtvProvider.insert
07-24 18:31:14.287 W/dalvikvm( 3549): VFY: unable to resolve static method 191: Landroid/broadcast/helper/MtvUtilDebug;.isReleaseMode ()Z
07-24 18:31:14.287 D/dalvikvm( 3549): VFY: replacing opcode 0x71 at 0x0007
07-24 18:31:14.287 I/dalvikvm( 3549): Could not find method android.broadcast.helper.MtvUtilDebug.Mid, referenced from method com.samsung.sec.mtv.provider.MtvProvider.onCreate
07-24 18:31:14.287 W/dalvikvm( 3549): VFY: unable to resolve static method 189: Landroid/broadcast/helper/MtvUtilDebug;.Mid (Ljava/lang/String;Ljava/lang/String;)V
07-24 18:31:14.287 D/dalvikvm( 3549): VFY: replacing opcode 0x71 at 0x000b
07-24 18:31:14.287 I/dalvikvm( 3549): Could not find method android.broadcast.helper.MtvUtilDebug.isReleaseMode, referenced from method com.samsung.sec.mtv.provider.MtvProvider.query
07-24 18:31:14.287 W/dalvikvm( 3549): VFY: unable to resolve static method 191: Landroid/broadcast/helper/MtvUtilDebug;.isReleaseMode ()Z
07-24 18:31:14.287 D/dalvikvm( 3549): VFY: replacing opcode 0x71 at 0x0007
07-24 18:31:14.287 I/dalvikvm( 3549): Could not find method android.broadcast.helper.MtvUtilDebug.isReleaseMode, referenced from method com.samsung.sec.mtv.provider.MtvProvider.update
07-24 18:31:14.287 W/dalvikvm( 3549): VFY: unable to resolve static method 191: Landroid/broadcast/helper/MtvUtilDebug;.isReleaseMode ()Z
07-24 18:31:14.287 D/dalvikvm( 3549): VFY: replacing opcode 0x71 at 0x000a
07-24 18:31:14.287 D/smali ( 3549): Lcom/samsung/sec/mtv/provider/MtvProvider;-><clinit>()V
07-24 18:31:14.287 D/smali ( 3549): Lcom/samsung/sec/mtv/provider/MtvProvider;-><init>()V
07-24 18:31:14.297 D/smali ( 3549): Lcom/samsung/sec/mtv/provider/MtvProvider;->onCreate()Z
07-24 18:31:14.297 D/AndroidRuntime( 3549): Shutting down VM
07-24 18:31:14.297 W/dalvikvm( 3549): threadid=1: thread exiting with uncaught exception (group=0x40a701f8)
07-24 18:31:14.297 E/AndroidRuntime( 3549): FATAL EXCEPTION: main
07-24 18:31:14.297 E/AndroidRuntime( 3549): java.lang.NoClassDefFoundError: android.broadcast.helper.MtvUtilDebug
07-24 18:31:14.297 E/AndroidRuntime( 3549): at com.samsung.sec.mtv.provider.MtvProvider.onCreate(MtvProvider.java:189)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.app.ActivityThread.installProvider(ActivityThread.java:4388)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4143)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4097)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.app.ActivityThread.access$1300(ActivityThread.java:132)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.os.Handler.dispatchMessage(Handler.java:99)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.os.Looper.loop(Looper.java:137)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at android.app.ActivityThread.main(ActivityThread.java:4575)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at java.lang.reflect.Method.invokeNative(Native Method)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at java.lang.reflect.Method.invoke(Method.java:511)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
07-24 18:31:14.297 E/AndroidRuntime( 3549): at dalvik.system.NativeStart.main(Native Method)
07-24 18:31:14.297 W/ActivityManager( 616): Force finishing activity com.samsung.sec.mtv/.ui.liveplayer.MtvUiLivePlayer
07-24 18:31:14.387 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image
07-24 18:31:14.387 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1102>: RGBA_8888
07-24 18:31:14.717 I/Process ( 616): Sending signal. PID: 3549 SIG: 3
07-24 18:31:14.717 I/dalvikvm( 3549): threadid=3: reacting to signal 3
07-24 18:31:14.737 I/dalvikvm( 3549): Wrote stack traces to '/data/anr/traces.txt'
07-24 18:31:14.817 W/ActivityManager( 616): Activity pause timeout for ActivityRecord{40f1fa68 com.samsung.sec.mtv/.ui.liveplayer.MtvUiLivePlayer}
07-24 18:31:14.827 I/Process ( 616): Sending signal. PID: 3549 SIG: 3
07-24 18:31:14.827 I/dalvikvm( 3549): threadid=3: reacting to signal 3
07-24 18:31:14.837 I/dalvikvm( 3549): Wrote stack traces to '/data/anr/traces.txt'
07-24 18:31:14.877 I/Adreno200-EGLSUB( 1967): <ConfigWindowMatch:2078>: Format RGBA_8888.
07-24 18:31:14.917 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image
07-24 18:31:14.917 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1102>: RGBA_8888
07-24 18:31:14.937 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image
07-24 18:31:14.937 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1102>: RGBA_8888
07-24 18:31:15.338 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image
07-24 18:31:15.338 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1102>: RGBA_8888
07-24 18:31:15.538 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image
07-24 18:31:15.538 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1102>: RGBA_8888
07-24 18:31:16.709 E/Sensors ( 616): accelHandler -0.015568 0.143701 9.572893
07-24 18:31:17.280 E/msm8960.hwcomposer( 271): Comp bypass timeout_handler...
07-24 18:31:17.280 E/msm8960.hwcomposer( 271): Comp bypass timeout_handler...Done
07-24 18:31:20.053 V/lights ( 616): write_int: path /sys/class/leds/button-backlight/brightness, value 0
07-24 18:31:20.213 E/Sensors ( 616): accelHandler 0.000000 0.118553 9.520203
07-24 18:31:21.755 I/Sensors ( 616): **** No Motion ****
07-24 18:31:23.717 E/Sensors ( 616): accelHandler -0.033530 0.110171 9.527388
07-24 18:31:24.918 W/ActivityManager( 616): Activity destroy timeout for ActivityRecord{40f1fa68 com.samsung.sec.mtv/.ui.liveplayer.MtvUiLivePlayer}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment