如果需要程式實現這個功能,需要在manifest中新增permission:
android.permission.read_logs應用runtime.getruntime().exec( parameters )啟動logcat,並返回乙個process物件,然後通過bufferedreader捕捉程序的資料流。
源**:
01
process mlogcatproc =
null
;
02
bufferedreader reader =
null
;
03
try
04
);
07
08
reader =
new
bufferedreader(
new
inputstreamreader
09
(mlogcatproc.getinputstream()));
10
11
string line;
12
final
stringbuilder log =
new
stringbuilder();
13
string separator = system.getproperty(
"line.separator"
);
14
15
while
((line = reader.readline()) !=
null
)
16
20
21
// do whatever you want with the log. i'd recommend using " target=_blank>intents to create an email
22
}
23
24
catch
(ioexception e)
25
28
29
finally
30
36
catch
(ioexception e)
37
40
41
}
scrapy如何檢視log日誌資訊?
1log資訊 如何檢視log日誌資訊?log enabled 是否開啟log log encoding 編碼格式2 重要 log file log檔案路徑 log level critical 嚴重錯誤 critical error 一般錯誤 regular errors warning 警告資訊 ...
如何讀取使用者資訊
放幾個label,顯示使用者資料。protected void page load object sender,eventargs e protected void binduserinfo using system using system.data using system.configurat...
ABAP 如何讀取位址資訊
sap從4.0開始將位址資訊資料儲存到adr 資料表中,其中adrc為主表,其他為從表,如 adr2 phone and adr3 fax 程式可以從這些資料表中直接讀取資料,亦可使用addr get函式來提取資料。gv fb addr get selection addrnumber tvko a...