• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#  Copyright (c) 2022 Huawei Device Co., Ltd.
2#  Licensed under the Apache License, Version 2.0 (the "License");
3#  you may not use this file except in compliance with the License.
4#  You may obtain a copy of the License at
5#
6#      http://www.apache.org/licenses/LICENSE-2.0
7#
8#  Unless required by applicable law or agreed to in writing, software
9#  distributed under the License is distributed on an "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11#  See the License for the specific language governing permissions and
12#  limitations under the License.
13
14domain: WEBVIEW
15
16JANK_STATS_APP:
17  __BASE: {type: STATISTIC, level: MINOR, tag: performance, desc: jank statistics}
18  ABILITY_NAME: {type: STRING, desc: ability name}
19  BUNDLE_NAME: {type: STRING, desc: package name}
20  DURATION: {type: INT64, desc: duration since last report}
21  JANK_STATS: {type: UINT16, desc: jank frame stats}
22  JANK_STATS_VER: {type: UINT32, desc: jank range version}
23  STARTTIME: {type: INT64, desc: begin time since last report}
24  VERSION_CODE: {type: UINT32, desc: app version code}
25  VERSION_NAME: {type: STRING, desc: app version name}
26
27PAGE_LOAD_STATISTICS:
28  __BASE: {type: STATISTIC, level: CRITICAL, tag: webStats, desc: page load statistics}
29  INSTANCE_ID: {type: UINT32, desc: web instance id}
30  ACCESS_SUM_COUNT: {type: UINT32, desc: page access sum count}
31  ACCESS_SUCC_COUNT: {type: UINT32, desc: page access success count}
32  ACCESS_FAIL_COUNT: {type: UINT32, desc: page access fail count}
33  ACCESS_FAIL_RATIO: {type: FLOAT, desc: page access fail ratio}
34
35MULTI_INSTANCE_STATISTICS:
36  __BASE: {type: STATISTIC, level: CRITICAL, tag: webStats, desc: statistics of multiple instances}
37  INSTANCE_ID: {type: UINT32, desc: web instance id}
38  INSTANCE_COUNT: {type: UINT32, desc: web instance count}
39  MAX_COUNT: {type: UINT32, desc: maximum  instance count}
40
41PAGE_LOAD_ERROR:
42  __BASE: {type: FAULT, level: CRITICAL, tag: webError, desc: page load error info}
43  INSTANCE_ID: {type: UINT32, desc: web instance id}
44  ERROR_TYPE: {type: STRING, desc: page error type}
45  ERROR_CODE: {type: UINT32, desc: page error code}
46  ERROR_DESC: {type: STRING, desc: page error description}
47