Logfile

Georgius

Georgius

Dauergast
233
Hi
Gibt es bei Android ein Logfile so wie /var/log/message?
 
Lade dir mal den OS Monitor aus dem Market. Im OS Monitor gibt es einen Reiter Messages. Das wird wohl sein was Du suchst. Man kann das Log auch exportieren.

In den Einstellungen kannst Du wählen zwischen logcat (System Messages) und dmesg (Prints kernel debugging).

Mit dem Terminal Emulator aus dem Market kannst Du auch auf der Commandline das "logcat"-Command absetzen:

$su
# logcat - <option>


-b <buffer> Loads an alternate log buffer for viewing, such as event or radio. The main buffer is used by default. See Viewing Alternative Log Buffers.
-c Clears (flushes) the entire log and exits.
-d Dumps the log to the screen and exits.
-f <filename> Writes log message output to <filename>. The default is stdout.
-g Prints the size of the specified log buffer and exits.
-n <count> Sets the maximum number of rotated logs to <count>. The default value is 4. Requires the -r option.
-r <kbytes> Rotates the log file every <kbytes> of output. The default value is 16. Requires the -f option.
-s Sets the default filter spec to silent.
-v <format> Sets the output format for log messages. The default is brief format. For a list of supported formats, see Controlling Log Output Format.


Gruss
Spock
 
Zuletzt bearbeitet:
Ich sollte mal zu Debugging Zwecken alogcat installieren.
Damit konnte ich dem Entwickler helfen.
 
Danke, das habe ich auch gerade gefunden.

Hatte halt gehofft das es ein vom System angelegtes Logfile gibt.
 
Zurück
Oben Unten