OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cros_logging
(Results
1 - 13
of
13
) sorted by null
/external/autotest/client/site_tests/desktopui_HangDetector/
desktopui_HangDetector.py
10
from autotest_lib.client.cros import constants,
cros_logging
, cros_ui, login
22
self._pauser =
cros_logging
.LogRotationPauser()
50
reader =
cros_logging
.LogReader()
/external/autotest/client/bin/
site_job.py
10
from autotest_lib.client.cros import
cros_logging
34
log_pauser =
cros_logging
.LogRotationPauser()
/external/autotest/client/cros/
login.py
7
import constants,
cros_logging
, cros_ui, cryptohome
55
log_reader =
cros_logging
.LogReader()
power_suspend.py
9
from autotest_lib.client.cros import
cros_logging
, sys_power
287
if
cros_logging
.extract_kernel_timestamp(line) > start_resume:
327
src =
cros_logging
.strip_timestamp(line)
328
text =
cros_logging
.strip_timestamp(self._logs[i + 1]) + '\n' \
329
+
cros_logging
.strip_timestamp(self._logs[i + 2])
crash_test.py
7
import common, constants,
cros_logging
623
self._log_reader =
cros_logging
.make_system_log_reader()
/external/autotest/client/site_tests/logging_AsanCrash/
logging_AsanCrash.py
11
from autotest_lib.client.cros import
cros_logging
49
ui_log =
cros_logging
.LogReader(asan_log_name)
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py
12
from autotest_lib.client.cros import constants,
cros_logging
58
self._messages_log_reader =
cros_logging
.LogReader()
60
self._ui_log_reader =
cros_logging
.LogReader('/var/log/ui/ui.LATEST')
/external/autotest/client/site_tests/platform_AccurateTime/
platform_AccurateTime.py
10
from autotest_lib.client.cros import
cros_logging
/external/autotest/server/site_tests/logging_KernelCrashServer/
logging_KernelCrashServer.py
7
from autotest_lib.client.cros import
cros_logging
140
log_pauser =
cros_logging
.LogRotationPauser(host)
/external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py
11
from autotest_lib.client.cros import
cros_logging
68
reader =
cros_logging
.LogReader()
101
reader =
cros_logging
.LogReader()
/external/autotest/client/site_tests/usbpd_GFU/
usbpd_GFU.py
13
from autotest_lib.client.cros import ec as cros_ec,
cros_logging
245
self._reader =
cros_logging
.LogReader()
/external/autotest/client/site_tests/power_x86Settings/
power_x86Settings.py
11
from autotest_lib.client.cros import
cros_logging
276
reader =
cros_logging
.LogReader()
/external/autotest/server/cros/dynamic_suite/
suite.py
39
from chromite.lib import
cros_logging
as logging
[
all
...]
Completed in 1035 milliseconds