エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Viewing hprof From Android With JVisualVM - DZone Java
add an additional permission to your app <uses-permission android:name=”android.permission.write_... add an additional permission to your app <uses-permission android:name=”android.permission.write_external_storage” /> to your manifest create hprof protected void ondestroy() { super.ondestroy(); try { debug.dumphprofdata(“/sdcard/data.hprof”); } catch (exception e) { log.e(“xy”, “couldn’t dump hprof”); } } or alternatively create a hprof file with: adb shell ps | grep yourpackage; adb shell kill



2011/04/13 リンク