Logcatに出力したい
追記***
ドライバのインストールが抜けていたかも知れないため,一度試してみます。
追記***
実機に接続した状態でlogを出したいのですが,Log.dなどの処理がlogcatに反映されない状況です。
Log.dの内容は,”ああああ”のような出力文字で、nullはありません。
logcatのデバイス欄には,接続した端末が認識できています。
logcatの右の欄には,show only selected applicationを設定しています。
アプリを立ち上げると,以下のようなログが自動的に吐き出されます.
ここに出力されているlogを書いた覚えがないため,削除したい,自分で書いたlog.dだけを出力したいです.
いろいろ調べてはいるのですが,半日以上解決できないため質問させていただきました。
原因がよく分からないため、ご教授いただければ幸いです。
2021-08-01 22:34:39.609 28882-28882/? I/zygote64: Late-enabling -Xcheck:jni 2021-08-01 22:34:39.706 28882-28882/com.example.pc W/ActivityThread: Application com.example.pc can be debugged on port 8100... 2021-08-01 22:34:39.956 28882-28918/com.example.pc D/OpenGLRenderer: HWUI GL Pipeline 2021-08-01 22:34:40.010 28882-28882/com.example.pc W/RenderThread: type=1400 audit(0.0:1159): avc: denied { search } for name="proc" dev="debugfs" ino=4777 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0 2021-08-01 22:34:40.016 28882-28918/com.example.pc I/Adreno: QUALCOMM build : 0dc03cb, Iccf1b62f32 Build Date : 09/07/17 OpenGL ES Shader Compiler Version: EV031.20.00.04 Local Branch : Remote Branch : Remote Branch : Reconstruct Branch : 2021-08-01 22:34:40.023 28882-28918/com.example.pc I/Adreno: PFP: 0x005ff087, ME: 0x005ff063 2021-08-01 22:34:40.026 28882-28918/com.example.pc I/OpenGLRenderer: Initialized EGL, version 1.4 2021-08-01 22:34:40.026 28882-28918/com.example.pc D/OpenGLRenderer: Swap behavior 2 2021-08-01 22:34:40.124 28882-28882/com.example.pc W/View: dispatchProvideAutofillStructure(): not laid out, ignoring 2021-08-01 22:34:40.130 28882-28882/com.example.pc I/AssistStructure: Flattened final assist data: 2344 bytes, containing 1 windows, 9 views 2021-08-01 22:35:08.827 28882-28894/com.example.pc I/zygote64: Do partial code cache collection, code=27KB, data=29KB 2021-08-01 22:35:08.827 28882-28894/com.example.pc I/zygote64: After code cache collection, code=27KB, data=29KB 2021-08-01 22:35:08.828 28882-28894/com.example.pc I/zygote64: Increasing code cache capacity to 128KB 2021-08-01 22:35:17.490 28882-28894/com.example.pc I/zygote64: Compiler allocated 6MB to compile void android.view.ViewRootImpl.performTraversals() 2021-08-01 22:35:24.976 28882-28894/com.example.pc I/zygote64: Do partial code cache collection, code=61KB, data=55KB 2021-08-01 22:35:24.976 28882-28894/com.example.pc I/zygote64: After code cache collection, code=61KB, data=55KB 2021-08-01 22:35:24.976 28882-28894/com.example.pc I/zygote64: Increasing code cache capacity to 256KB 2021-08-01 22:36:36.974 28882-28894/com.example.pc I/zygote64: Do full code cache collection, code=124KB, data=91KB 2021-08-01 22:36:36.975 28882-28894/com.example.pc I/zygote64: After code cache collection, code=113KB, data=75KB 2021-08-01 22:37:41.894 28882-28894/com.example.pc I/zygote64: Do partial code cache collection, code=123KB, data=86KB 2021-08-01 22:37:41.894 28882-28894/com.example.pc I/zygote64: After code cache collection, code=123KB, data=86KB 2021-08-01 22:37:41.894 28882-28894/com.example.pc I/zygote64: Increasing code cache capacity to 512KB
試したこと
以下のようなことを調査しながら試しましたが,出力されませんでした。原因が全く分かりません。
・実機のログバッファサイズを16MBに変更
$ adb kill-server $ adb start-server
・Restart logging
補足情報(FW/ツールのバージョンなど)
・android version 4.2
・1年程前,android studio 3.6でエミュレータを使った際には,logcatが出力されていたが,今はエミュレータでも同じ結果です。
回答1件
あなたの回答
tips
プレビュー