More information about log formats
This commit is contained in:
parent
aa901b97da
commit
a5d3006fe0
1 changed files with 12 additions and 5 deletions
|
@ -57,7 +57,9 @@ console-share-49.log (oldest)
|
||||||
|
|
||||||
## Element Android
|
## Element Android
|
||||||
|
|
||||||
Log file 0000 is special and
|
There is a historical issue with the naming of files, documented in issue #40
|
||||||
|
|
||||||
|
Log file 0000 is odd, it contains the logcat data if sent
|
||||||
|
|
||||||
Log line format:
|
Log line format:
|
||||||
```
|
```
|
||||||
|
@ -66,12 +68,8 @@ Log line format:
|
||||||
|
|
||||||
L = Log Level (W=Warn, I=Info etc)
|
L = Log Level (W=Warn, I=Info etc)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Remaining log files are transmitted according to their position in the round-robin logging to file - there will be (up to) 7 files written to in a continious loop; one of the seven will be the oldest, the rest will be in order.
|
Remaining log files are transmitted according to their position in the round-robin logging to file - there will be (up to) 7 files written to in a continious loop; one of the seven will be the oldest, the rest will be in order.
|
||||||
|
|
||||||
New log files are started every 30Mb or restart of the app.
|
|
||||||
|
|
||||||
Log line format:
|
Log line format:
|
||||||
```
|
```
|
||||||
2022-01-17T13:06:36*838GMT+00:00Z 12226 D/ /Tag: Migration: Importing legacy session
|
2022-01-17T13:06:36*838GMT+00:00Z 12226 D/ /Tag: Migration: Importing legacy session
|
||||||
|
@ -80,5 +78,14 @@ Log line format:
|
||||||
L = log level, (W=Warn, I=Info, etc)
|
L = log level, (W=Warn, I=Info, etc)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once the fix is in place, we will see the following files:
|
||||||
|
|
||||||
|
```
|
||||||
|
logcatError.log
|
||||||
|
logcat.log
|
||||||
|
crash.log
|
||||||
|
keyrequests.log
|
||||||
|
log-[1-7].log
|
||||||
|
```
|
||||||
|
|
||||||
|
Log 1-7 are logs from a round-robin buffer and are ordered but the start point is undefined
|
||||||
|
|
Reference in a new issue