Giter VIP home page Giter VIP logo

gabubon2's Issues

071 動画撮影中にアプリ終了させると...

071 で[Start]ボタンをタップして録画している間に、
戻るキーなどでアプリを終了させてもバックグラウンドで撮影が継続されている模様。
アプリを再起動するなどすると録画が止まるみたいです。

確認機種は N-06C (2.3.3) です。

071 動画撮影が行えない

次の機種で 071 の動画撮影を行うと、[Start]ボタンをタップしても画面に映像が表示されず(黒いまま)、[Stop]後に[再生!]ボタンをタップしても、「この動画は再生できません」となります。
[Start]後ログに "media server died" と出力されています。

<再現機種>
・HTC Desire S (2.3)
・Medias N-06C (2.3)
・ICONIA TAB A500 (3.2)

071動画を撮影するでエラーが出るでException発生

ウォークマンZ(カメラなし)です。

エラーは以下のとおりです
08-25 19:35:23.357: E/AndroidRuntime(22598): FATAL EXCEPTION: main
08-25 19:35:23.357: E/AndroidRuntime(22598): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.gabuchan.androidrecipe/net.gabuchan.androidrecipe.recipe071.Recipe071Activity}: java.lang.NullPointerException
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1647)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.os.Handler.dispatchMessage(Handler.java:99)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.os.Looper.loop(Looper.java:130)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.main(ActivityThread.java:3683)
08-25 19:35:23.357: E/AndroidRuntime(22598): at java.lang.reflect.Method.invokeNative(Native Method)
08-25 19:35:23.357: E/AndroidRuntime(22598): at java.lang.reflect.Method.invoke(Method.java:507)
08-25 19:35:23.357: E/AndroidRuntime(22598): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
08-25 19:35:23.357: E/AndroidRuntime(22598): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
08-25 19:35:23.357: E/AndroidRuntime(22598): at dalvik.system.NativeStart.main(Native Method)
08-25 19:35:23.357: E/AndroidRuntime(22598): Caused by: java.lang.NullPointerException
08-25 19:35:23.357: E/AndroidRuntime(22598): at net.gabuchan.androidrecipe.recipe071.Recipe071Activity.getMinSupportedPreviewSize(Recipe071Activity.java:179)
08-25 19:35:23.357: E/AndroidRuntime(22598): at net.gabuchan.androidrecipe.recipe071.Recipe071Activity.onCreate(Recipe071Activity.java:57)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)
08-25 19:35:23.357: E/AndroidRuntime(22598): ... 11 more

写真撮影系もエラー出るかもです。
無視してもいいかもですw

084 画面を閉じてもしばらくToastが出続ける

P-01D (2.3)
近接センサーに一回手を近づけて離しメニューへ戻ると、しばらくToastが表示され続ける。Toastが溜まっているようです。
他のセンサーも含め周期が非常に短い(速い)ようです。
不具合ではありませんが、メニューに戻った後もセンサーが動き続けているように見えるので...テキストに説明を入れておいた方が良いかと思います。

L-04C (2.2.2) も似たような感じでした。

078 ギャラリー選択キャンセル後に[撮影]で強制終了

SH-02D (2.3)
[撮影]ボタンをタップして撮影後、ギャラリー選択ダイアログが表示され戻るキーで画面にもどり、再度[撮影]をタップすると強制終了します。
ギャラリーアプリが複数インストールされている端末だと再現可能だと思います。

08-22 10:45:54.022: W/dalvikvm(2341): threadid=1: thread exiting with uncaught exception (group=0x4002d560)
08-22 10:45:54.022: E/AndroidRuntime(2341): FATAL EXCEPTION: main
08-22 10:45:54.022: E/AndroidRuntime(2341): java.lang.IllegalStateException: Could not execute method of the activity
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.view.View$1.onClick(View.java:2157)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.view.View.performClick(View.java:2498)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.view.View$PerformClick.run(View.java:9157)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.os.Handler.handleCallback(Handler.java:587)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.os.Handler.dispatchMessage(Handler.java:92)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.os.Looper.loop(Looper.java:130)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.app.ActivityThread.main(ActivityThread.java:3767)
08-22 10:45:54.022: E/AndroidRuntime(2341): at java.lang.reflect.Method.invokeNative(Native Method)
08-22 10:45:54.022: E/AndroidRuntime(2341): at java.lang.reflect.Method.invoke(Method.java:507)
08-22 10:45:54.022: E/AndroidRuntime(2341): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
08-22 10:45:54.022: E/AndroidRuntime(2341): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
08-22 10:45:54.022: E/AndroidRuntime(2341): at dalvik.system.NativeStart.main(Native Method)
08-22 10:45:54.022: E/AndroidRuntime(2341): Caused by: java.lang.reflect.InvocationTargetException
08-22 10:45:54.022: E/AndroidRuntime(2341): at java.lang.reflect.Method.invokeNative(Native Method)
08-22 10:45:54.022: E/AndroidRuntime(2341): at java.lang.reflect.Method.invoke(Method.java:507)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.view.View$1.onClick(View.java:2152)
08-22 10:45:54.022: E/AndroidRuntime(2341): ... 11 more
08-22 10:45:54.022: E/AndroidRuntime(2341): Caused by: java.lang.RuntimeException: takePicture failed
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.hardware.Camera.native_takePicture(Native Method)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.hardware.Camera.takePicture(Camera.java:1127)
08-22 10:45:54.022: E/AndroidRuntime(2341): at android.hardware.Camera.takePicture(Camera.java:1091)
08-22 10:45:54.022: E/AndroidRuntime(2341): at net.gabuchan.androidrecipe.recipe078.Recipe078Activity.onCaptureClick(Recipe078Activity.java:138)
08-22 10:45:54.022: E/AndroidRuntime(2341): ... 14 more
08-22 10:45:54.032: W/ActivityManager(235): Force finishing activity net.gabuchan.androidrecipe/.recipe078.Recipe078Activity
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: VideoConverterCompetitionServer
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: GoliathCompetitionServer
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: VideoConverterCompetitionServer
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: GoliathCompetitionServer
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: VideoConverterCompetitionServer
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: GoliathCompetitionServer
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: VideoConverterCompetitionServer
08-22 10:45:54.243: W/mServerName(235): cleaning up leaked reference: GoliathCompetitionServer
08-22 10:45:54.533: W/ActivityManager(235): Activity pause timeout for HistoryRecord{4095fae8 net.gabuchan.androidrecipe/.recipe078.Recipe078Activity}
08-22 10:45:55.194: E/cam_config(113): ...config thread select timeout...

116 BackupManager.requestRestore()で例外

おそらく、Android 2.2 の問題

android.permission.BACKUP を追加しても発生するケースを確認済み。

E/AndroidRuntime( 535): java.lang.RuntimeException: Unable to start
activity
ComponentInfo{net.gabuchan.androidrecipe/net.gabuchan.androidrecipe.recipe116.Recipe116Activity}:
java.lang.SecurityException: getCurrentTransport: Neither user 10066 nor
current process has android.permission.BACKUP.
E/AndroidRuntime( 535): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime( 535): at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 535): at
android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 535): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 535): at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 535): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 535): at
android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 535): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 535): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 535): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 535): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 535): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 535): Caused by: java.lang.SecurityException:
getCurrentTransport: Neither user 10066 nor current process has
android.permission.BACKUP.
E/AndroidRuntime( 535): at android.os.Parcel.readException(Parcel.java:1260)
E/AndroidRuntime( 535): at android.os.Parcel.readException(Parcel.java:1248)
E/AndroidRuntime( 535): at
android.app.backup.IBackupManager$Stub$Proxy.getCurrentTransport(IBackupManager.java:444)
E/AndroidRuntime( 535): at
android.app.backup.BackupManager.requestRestore(BackupManager.java:141)
E/AndroidRuntime( 535): at
net.gabuchan.androidrecipe.recipe116.Recipe116Activity.onCreate(Recipe116Activity.java:27)
E/AndroidRuntime( 535): at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 535): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime( 535): ... 11 more
W/ActivityManager( 171): Force finishing activity
net.gabuchan.androidrecipe/.recipe116.Recipe116Activity

080 メニュー選択後に強制終了

SH-02D (2.3)
「080 フラッシュを使う」メニューを選択すると強制終了します。
フラッシュ未搭載だからかな?

08-22 10:47:43.029: I/ActivityManager(235): Starting: Intent { cmp=net.gabuchan.androidrecipe/.recipe080.Recipe080Activity } from pid 2723
08-22 10:47:43.109: V/CmpLogSystem(2723): ,CompetitionManager.java(908),CompManager,COMPLOG,PROC,MG,MGRCRE,11695195947008
08-22 10:47:43.109: V/CompetitionManager(2723): [GoliathCompetitionManager.getServerName]Start
08-22 10:47:43.109: V/CmpLogSystem(2723): ,CompetitionManager.java(210),CompManager,COMPLOG,PROC,MG,MGRCRE,11695195947008,COMPETITION_GOLIATH
08-22 10:47:43.109: V/CompetitionManager(2723): [GoliathCompetitionManager.GoliathCompetitionManager]Constractor called
08-22 10:47:43.109: V/CmpLogSystem(2723): ,CompetitionManager.java(267),CompManager,COMPLOG,PROC,MG,APIREQ,start,11695195947008,0,0,COMPETITION_GOLIATH,REASON_CAMERA
08-22 10:47:43.109: V/CmpLogSystem(235): ,CompetitionServer.java(253),GoliathCompetitionServer,COMPLOG,PROC,SV,CMDREQ,requestCommand startlist=[0, 11695195947008, COMPETITION_GOLIATH, REASON_CAMERA]
08-22 10:47:43.109: V/CmpLogSystem(235): ,ServerCommand.java(310),GoliathCompetitionServer,COMPLOG,PROC,SV,CMDEXE,11695195947008,canAcquire,REASON_CAMERA
08-22 10:47:43.109: V/CmpLogSystem(235): ,CompetitionServer.java(265),GoliathCompetitionServer,COMPLOG,PROC,SV,CMDFIN,requestCommand endret=[0]
08-22 10:47:43.109: V/CmpLogSystem(2723): ,CompetitionManager.java(298),CompManager,COMPLOG,PROC,MG,APIRES,End,11695195947008,0,0
08-22 10:47:43.119: V/CmpLogSystem(2723): ,CompetitionManager.java(337),CompManager,COMPLOG,PROC,MG,APIREQ,start,11695195947008,1,0,COMPETITION_GOLIATH,REASON_CAMERA
08-22 10:47:43.119: V/CmpLogSystem(235): ,CompetitionServer.java(253),GoliathCompetitionServer,COMPLOG,PROC,SV,CMDREQ,requestCommand startlist=[1, 11695195947008, COMPETITION_GOLIATH, REASON_CAMERA]
08-22 10:47:43.119: V/CmpLogSystem(235): ,ServerCommand.java(357),GoliathCompetitionServer,COMPLOG,PROC,SV,CMDEXE,11695195947008,acquire,REASON_CAMERA
08-22 10:47:43.119: V/CmpLogSystem(235): ,ServerCommand.java(400),GoliathCompetitionServer,COMPLOG,PROC,SV,SEQGET,11695195947008,REASON_CAMERA
08-22 10:47:43.119: V/CmpLogSystem(235): ,CompetitionServer.java(265),GoliathCompetitionServer,COMPLOG,PROC,SV,CMDFIN,requestCommand endret=[0, 15]
08-22 10:47:43.119: V/CmpLogSystem(2723): ,CompetitionManager.java(378),CompManager,COMPLOG,PROC,MG,APIRES,End,11695195947008,0,1
08-22 10:47:43.119: V/CmpLogSystem(2723): ,CompetitionManager.java(908),CompManager,COMPLOG,PROC,MG,MGRCRE,11695195947009
08-22 10:47:43.129: V/CmpLogSystem(2723): ,CompetitionManager.java(210),CompManager,COMPLOG,PROC,MG,MGRCRE,11695195947009,COMPETITION_VIDEO
08-22 10:47:43.129: V/CmpLogSystem(2723): ,CompetitionManager.java(267),CompManager,COMPLOG,PROC,MG,APIREQ,start,11695195947009,0,0,COMPETITION_VIDEO,REASON_STILLCAM
08-22 10:47:43.129: V/CmpLogSystem(235): ,CompetitionServer.java(253),VideoConverterCompetitionServer,COMPLOG,PROC,SV,CMDREQ,requestCommand startlist=[0, 11695195947009, COMPETITION_VIDEO, REASON_STILLCAM]
08-22 10:47:43.129: V/CmpLogSystem(235): ,ServerCommand.java(310),VideoConverterCompetitionServer,COMPLOG,PROC,SV,CMDEXE,11695195947009,canAcquire,REASON_STILLCAM
08-22 10:47:43.129: V/CmpLogSystem(235): ,CompetitionServer.java(265),VideoConverterCompetitionServer,COMPLOG,PROC,SV,CMDFIN,requestCommand endret=[0]
08-22 10:47:43.129: V/CmpLogSystem(2723): ,CompetitionManager.java(298),CompManager,COMPLOG,PROC,MG,APIRES,End,11695195947009,0,0
08-22 10:47:43.129: V/CmpLogSystem(2723): ,CompetitionManager.java(337),CompManager,COMPLOG,PROC,MG,APIREQ,start,11695195947009,1,0,COMPETITION_VIDEO,REASON_STILLCAM
08-22 10:47:43.129: V/CmpLogSystem(235): ,CompetitionServer.java(253),VideoConverterCompetitionServer,COMPLOG,PROC,SV,CMDREQ,requestCommand startlist=[1, 11695195947009, COMPETITION_VIDEO, REASON_STILLCAM]
08-22 10:47:43.139: V/CmpLogSystem(235): ,ServerCommand.java(357),VideoConverterCompetitionServer,COMPLOG,PROC,SV,CMDEXE,11695195947009,acquire,REASON_STILLCAM
08-22 10:47:43.139: V/CmpLogSystem(235): ,ServerCommand.java(400),VideoConverterCompetitionServer,COMPLOG,PROC,SV,SEQGET,11695195947009,REASON_STILLCAM
08-22 10:47:43.139: V/CmpLogSystem(235): ,CompetitionServer.java(265),VideoConverterCompetitionServer,COMPLOG,PROC,SV,CMDFIN,requestCommand endret=[0, 15]
08-22 10:47:43.139: V/CmpLogSystem(2723): ,CompetitionManager.java(378),CompManager,COMPLOG,PROC,MG,APIRES,End,11695195947009,0,1
08-22 10:47:43.549: W/dalvikvm(2723): threadid=1: thread exiting with uncaught exception (group=0x4002d560)
08-22 10:47:43.569: E/AndroidRuntime(2723): FATAL EXCEPTION: main
08-22 10:47:43.569: E/AndroidRuntime(2723): java.lang.RuntimeException: Unable to resume activity {net.gabuchan.androidrecipe/net.gabuchan.androidrecipe.recipe080.Recipe080Activity}: java.lang.NullPointerException
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2198)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2213)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1714)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.ActivityThread.access$1500(ActivityThread.java:124)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:956)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.os.Handler.dispatchMessage(Handler.java:99)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.os.Looper.loop(Looper.java:130)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.ActivityThread.main(ActivityThread.java:3767)
08-22 10:47:43.569: E/AndroidRuntime(2723): at java.lang.reflect.Method.invokeNative(Native Method)
08-22 10:47:43.569: E/AndroidRuntime(2723): at java.lang.reflect.Method.invoke(Method.java:507)
08-22 10:47:43.569: E/AndroidRuntime(2723): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
08-22 10:47:43.569: E/AndroidRuntime(2723): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
08-22 10:47:43.569: E/AndroidRuntime(2723): at dalvik.system.NativeStart.main(Native Method)
08-22 10:47:43.569: E/AndroidRuntime(2723): Caused by: java.lang.NullPointerException
08-22 10:47:43.569: E/AndroidRuntime(2723): at net.gabuchan.androidrecipe.recipe080.Recipe080Activity.onResume(Recipe080Activity.java:104)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1150)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.Activity.performResume(Activity.java:3832)
08-22 10:47:43.569: E/AndroidRuntime(2723): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2188)
08-22 10:47:43.569: E/AndroidRuntime(2723): ... 12 more
08-22 10:47:43.579: W/ActivityManager(235): Force finishing activity net.gabuchan.androidrecipe/.recipe080.Recipe080Activity
08-22 10:47:43.579: W/ActivityManager(235): Force finishing activity net.gabuchan.androidrecipe/.MainActivity
08-22 10:47:44.080: W/ActivityManager(235): Activity pause timeout for HistoryRecord{40af4ff0 net.gabuchan.androidrecipe/.recipe080.Recipe080Activity}
08-22 10:47:44.430: E/ActivityThread(435): Failed to find provider info for jp.co.nttdocomo.carriermail.applinkprovider
08-22 10:47:44.440: E/ActivityThread(435): Failed to find provider info for com.nttdocomo.android.iconcier

076-082 メニュー選択後戻で強制終了

SH-02D (2.3.5)
メニューを選択した直後、素早く戻るキーを押すと強制終了します。
SH-02Dはフラッシュとフロントカメラが無いですが、おそらく同様だと思います。
以下、076 でのログです。

08-23 13:04:10.422: I/ActivityManager(235): Displayed net.gabuchan.androidrecipe/.recipe076.Recipe076Activity: +886ms
08-23 13:04:10.462: W/dalvikvm(14777): threadid=1: thread exiting with uncaught exception (group=0x4002d560)
08-23 13:04:10.462: E/AndroidRuntime(14777): FATAL EXCEPTION: main
08-23 13:04:10.462: E/AndroidRuntime(14777): java.lang.RuntimeException: Method called after release()
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.hardware.Camera.stopPreview(Native Method)
08-23 13:04:10.462: E/AndroidRuntime(14777): at net.gabuchan.androidrecipe.recipe076.CameraPreview.surfaceChanged(CameraPreview.java:44)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.SurfaceView.updateWindow(SurfaceView.java:650)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.SurfaceView.setFrame(SurfaceView.java:357)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.View.layout(View.java:7235)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1254)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.LinearLayout.layoutHorizontal(LinearLayout.java:1243)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.LinearLayout.onLayout(LinearLayout.java:1049)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.View.layout(View.java:7241)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1254)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1130)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.LinearLayout.onLayout(LinearLayout.java:1047)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.View.layout(View.java:7241)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.FrameLayout.onLayout(FrameLayout.java:338)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.View.layout(View.java:7241)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.widget.FrameLayout.onLayout(FrameLayout.java:338)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.View.layout(View.java:7241)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.ViewRoot.performTraversals(ViewRoot.java:1190)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.view.ViewRoot.handleMessage(ViewRoot.java:1925)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.os.Handler.dispatchMessage(Handler.java:99)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.os.Looper.loop(Looper.java:130)
08-23 13:04:10.462: E/AndroidRuntime(14777): at android.app.ActivityThread.main(ActivityThread.java:3767)
08-23 13:04:10.462: E/AndroidRuntime(14777): at java.lang.reflect.Method.invokeNative(Native Method)
08-23 13:04:10.462: E/AndroidRuntime(14777): at java.lang.reflect.Method.invoke(Method.java:507)
08-23 13:04:10.462: E/AndroidRuntime(14777): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
08-23 13:04:10.462: E/AndroidRuntime(14777): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
08-23 13:04:10.462: E/AndroidRuntime(14777): at dalvik.system.NativeStart.main(Native Method)
08-23 13:04:10.472: W/ActivityManager(235): Force finishing activity net.gabuchan.androidrecipe/.MainActivity
08-23 13:04:10.582: I/mascot(13732): Change to Foreground
08-23 13:04:10.972: W/ActivityManager(235): Activity pause timeout for HistoryRecord{40688e58 net.gabuchan.androidrecipe/.MainActivity}
08-23 13:04:11.142: E/ActivityThread(13719): Failed to find provider info for jp.co.nttdocomo.carriermail.applinkprovider
08-23 13:04:11.152: E/ActivityThread(13719): Failed to find provider info for com.nttdocomo.android.iconcier
08-23 13:04:21.402: W/ActivityManager(235): Activity destroy timeout for HistoryRecord{40688e58 net.gabuchan.androidrecipe/.MainActivity}
08-23 13:04:21.412: W/ActivityManager(235): Activity destroy timeout for HistoryRecord{40a2bf80 net.gabuchan.androidrecipe/.recipe076.Recipe076Activity}
08-23 13:04:26.447: I/mascot(13732): MascotContentWrapper animationId is not changed.
08-23 13:04:26.457: I/mascot(13732): MascotContentWrapper popupId is not changed.

071 動画撮影後保存時に例外発生

abe6eb8 で [Start] を押して動画撮影後 [Stop] を押すと例外発生。
テスト機は SH-03C で、

01-07 00:12:04.653: E/MediaRecorder(3670): prepare failed: -17
01-07 00:12:04.663: W/System.err(3670): java.io.IOException: prepare failed.

ログは以下のような感じ。

01-07 00:11:59.353: V/CmpLogSystem(3670): ,CompetitionManager.java(908),CompManager,COMPLOG,PROC,MG,MGRCRE,15762529976320
01-07 00:11:59.353: V/CompetitionManager(3670): [GoliathCompetitionManager.getServerName]Start
01-07 00:11:59.363: V/CmpLogSystem(3670): ,CompetitionManager.java(210),CompManager,COMPLOG,PROC,MG,MGRCRE,15762529976320,COMPETITION_GOLIATH
01-07 00:11:59.363: V/CompetitionManager(3670): [GoliathCompetitionManager.GoliathCompetitionManager]Constractor called
01-07 00:11:59.363: V/CmpLogSystem(3670): ,CompetitionManager.java(267),CompManager,COMPLOG,PROC,MG,APIREQ,start,15762529976320,0,0,COMPETITION_GOLIATH,REASON_CAMERA
01-07 00:11:59.373: V/CmpLogSystem(3670): ,CompetitionManager.java(298),CompManager,COMPLOG,PROC,MG,APIRES,End,15762529976320,0,0
01-07 00:11:59.373: V/CmpLogSystem(3670): ,CompetitionManager.java(337),CompManager,COMPLOG,PROC,MG,APIREQ,start,15762529976320,1,0,COMPETITION_GOLIATH,REASON_CAMERA
01-07 00:11:59.393: V/CmpLogSystem(3670): ,CompetitionManager.java(378),CompManager,COMPLOG,PROC,MG,APIRES,End,15762529976320,0,1
01-07 00:12:00.113: D/Recipe071Activity(3670): SupportedPreviewSize 640 x 480
01-07 00:12:00.113: D/Recipe071Activity(3670): SupportedPreviewSize 1280 x 720
01-07 00:12:00.113: D/Recipe071Activity(3670): SupportedPreviewSize 960 x 640
01-07 00:12:00.123: D/Recipe071Activity(3670): SupportedPreviewSize 864 x 480
01-07 00:12:00.123: D/Recipe071Activity(3670): SupportedPreviewSize 800 x 480
01-07 00:12:00.123: D/Recipe071Activity(3670): SupportedPreviewSize 320 x 240
01-07 00:12:00.483: V/CmpLogSystem(3670): ,CompetitionManager.java(406),CompManager,COMPLOG,PROC,MG,APIREQ,start,15762529976320,2,1,COMPETITION_GOLIATH,REASON_CAMERA
01-07 00:12:00.503: V/CmpLogSystem(3670): ,CompetitionManager.java(454),CompManager,COMPLOG,PROC,MG,APIRES,End,15762529976320,0,0
01-07 00:12:04.653: E/MediaRecorder(3670): prepare failed: -17
01-07 00:12:04.663: W/System.err(3670): java.io.IOException: prepare failed.
01-07 00:12:04.663: W/System.err(3670):     at android.media.MediaRecorder._prepare(Native Method)
01-07 00:12:04.683: W/System.err(3670):     at android.media.MediaRecorder.prepare(MediaRecorder.java:514)
01-07 00:12:04.693: W/System.err(3670):     at net.gabuchan.androidrecipe.recipe071.Recipe071Activity.startRecording(Recipe071Activity.java:138)
01-07 00:12:04.703: W/System.err(3670):     at net.gabuchan.androidrecipe.recipe071.Recipe071Activity.onButtonClick(Recipe071Activity.java:73)
01-07 00:12:04.703: W/System.err(3670):     at java.lang.reflect.Method.invokeNative(Native Method)
01-07 00:12:04.703: W/System.err(3670):     at java.lang.reflect.Method.invoke(Method.java:521)
01-07 00:12:04.703: W/System.err(3670):     at android.view.View$1.onClick(View.java:2071)
01-07 00:12:04.713: W/System.err(3670):     at android.view.View.performClick(View.java:2412)
01-07 00:12:04.713: W/System.err(3670):     at android.view.View$PerformClick.run(View.java:8844)
01-07 00:12:04.713: W/System.err(3670):     at android.os.Handler.handleCallback(Handler.java:587)
01-07 00:12:04.713: W/System.err(3670):     at android.os.Handler.dispatchMessage(Handler.java:92)
01-07 00:12:04.713: W/System.err(3670):     at android.os.Looper.loop(Looper.java:123)
01-07 00:12:04.713: W/System.err(3670):     at android.app.ActivityThread.main(ActivityThread.java:4680)
01-07 00:12:04.713: W/System.err(3670):     at java.lang.reflect.Method.invokeNative(Native Method)
01-07 00:12:04.713: W/System.err(3670):     at java.lang.reflect.Method.invoke(Method.java:521)
01-07 00:12:04.713: W/System.err(3670):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
01-07 00:12:04.713: W/System.err(3670):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-07 00:12:04.723: W/System.err(3670):     at dalvik.system.NativeStart.main(Native Method)
01-07 00:12:06.323: E/MediaRecorder(3670): stop called in an invalid state: 0

080 フラッシュの挙動

N-06C(2.3.3), IS11CA(2.3.x)
「フラッシュモード」がoff / on の2択で、on を選択すると常時点灯となる。
他の端末と挙動が異なるので念のために書いておきました。

071動画を撮影するでエラーが出るでException発生

ウォークマンZ(カメラなし)です。

エラーは以下のとおりです
08-25 19:35:23.357: E/AndroidRuntime(22598): FATAL EXCEPTION: main
08-25 19:35:23.357: E/AndroidRuntime(22598): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.gabuchan.androidrecipe/net.gabuchan.androidrecipe.recipe071.Recipe071Activity}: java.lang.NullPointerException
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1647)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.os.Handler.dispatchMessage(Handler.java:99)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.os.Looper.loop(Looper.java:130)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.main(ActivityThread.java:3683)
08-25 19:35:23.357: E/AndroidRuntime(22598): at java.lang.reflect.Method.invokeNative(Native Method)
08-25 19:35:23.357: E/AndroidRuntime(22598): at java.lang.reflect.Method.invoke(Method.java:507)
08-25 19:35:23.357: E/AndroidRuntime(22598): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
08-25 19:35:23.357: E/AndroidRuntime(22598): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
08-25 19:35:23.357: E/AndroidRuntime(22598): at dalvik.system.NativeStart.main(Native Method)
08-25 19:35:23.357: E/AndroidRuntime(22598): Caused by: java.lang.NullPointerException
08-25 19:35:23.357: E/AndroidRuntime(22598): at net.gabuchan.androidrecipe.recipe071.Recipe071Activity.getMinSupportedPreviewSize(Recipe071Activity.java:179)
08-25 19:35:23.357: E/AndroidRuntime(22598): at net.gabuchan.androidrecipe.recipe071.Recipe071Activity.onCreate(Recipe071Activity.java:57)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
08-25 19:35:23.357: E/AndroidRuntime(22598): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)
08-25 19:35:23.357: E/AndroidRuntime(22598): ... 11 more

写真撮影系もエラー出るかもです。
無視してもいいかもですw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.