joker.yang 6955f0c97e Always use a positive value for timestamp
on go device when try to get timestamp, the value over-followed sometimes
as a result, GtsIncidentManagerTestCases would fail due to a negative timestamp

Bug: 142513252
Change-Id: I7d5e701bb8bf4e788a718e093681f97b95cb8551
2019-12-18 21:31:01 -08:00
..

incidentd

How to build, deploy, unit test

For the first time, build the test and create an empty directly on device:

root$ make -j incidentd_test && adb shell mkdir /data/nativetest/incidentd_test

Run the test on a device manually

root$ mmm -j frameworks/base/cmds/incidentd && \
adb push $OUT/data/nativetest/incidentd_test/* /data/nativetest/ && \
adb shell /data/nativetest/incidentd_test 2>/dev/null

Run the test via AndroidTest.xml

root$ atest incidentd_test

Use clang-format to style the file

clang-format -style=file -i