のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2016-11-17から1日間の記事一覧

adb logcat

adb logcat $ adb logcat -h Unrecognized Option h Usage: logcat [options] [filterspecs] options include: -s Set default filter to silent. Like specifying filterspec '*:S' -f <filename> Log to file. Default is stdout --file=<filename> -r <kbytes> Rotate log every kbyte</kbytes></filename></filename>…

android bugreportの見方

"------"で検索すると、区切りがわかる。 ------ DUMPSYS MEMINFO (dumpsys -t 30 meminfo -a) ------ ------ 3.393s was the duration of 'DUMPSYS MEMINFO' ------ ------ DUMPSYS CPUINFO (dumpsys -t 10 cpuinfo -a) ------ ------ 0.055s was the durat…

android zoneinfo

# cat /proc/zoneinfo Node 0, zone DMA pages free 37112 min 1482 low 8023 high 8394 scanned 0 spanned 524288 present 482752 managed 420380 nr_free_pages 37112 nr_inactive_anon 39717 nr_active_anon 74593 nr_inactive_file 121583 nr_active_fil…

android procrank

# procrank PID Vss Rss Pss Uss Swap PSwap USwap ZSwap cmdline 714 2459924K 245344K 125515K 85416K 0K 0K 0K 0K system_server 899 1677284K 138224K 73528K 64364K 0K 0K 0K 0K com.android.systemui 2013 1747972K 133692K 62348K 49736K 0K 0K 0K 0K…

android dumpsys dumpstate

Cross Reference: /frameworks/native/cmds/dumpstate/dumpstate.cpp 638 static void dumpstate(const std::string& screenshot_path, const std::string& version) { 639 DurationReporter duration_reporter("DUMPSTATE"); 640 unsigned long timeout; 64…