commit | 9886436805fcf1fada1a9bf830c6275d4aa2a169 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Fri Jan 10 12:47:58 2025 +0000 |
committer | David Drysdale <drysdale@google.com> | Fri Jan 10 14:06:48 2025 +0000 |
tree | c2b100abd1d30899d95be86c94b95af327b25a0a | |
parent | b2ba72c710308f562c2cd8252519ea031912ca78 [diff] [blame] |
Improve watchdog logging - Include start time in overdue report. - Make extent of report clearer. Test: watch logcat Change-Id: I9db6462d8a6ce0754edac9f41427f351aa756c6c
diff --git a/keystore2/watchdog/Android.bp b/keystore2/watchdog/Android.bp index 5074388..9a99f10 100644 --- a/keystore2/watchdog/Android.bp +++ b/keystore2/watchdog/Android.bp
@@ -26,6 +26,7 @@ crate_name: "watchdog_rs", srcs: ["src/lib.rs"], rustlibs: [ + "libchrono", "liblog_rust", ], }