| Auto-Submit | +1 |
| Commit-Queue | +1 |
Hi Calder, I'm trying to investigate some bugs that I can't reproduce and am relying on reporters bug report and logs. PTAL and let me know if you think this is too spammy and should change the verbosity. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
For easier initial bug investigation from bug reports when picker fails
to launch or trigger sharing.You might want to add histograms for anything critical as well (follow up). Logs aren't generally available except via the crash server when there is a crash or if a full bug report is uploaded.
Log.d(
TAG,
String.format(
"PickerInvoker: AndroidCapturePrompt received user action %d", action));I think you can just append this rather than using a format string.
String.format(
"PickerInvoker: Tab %d with title '%s' was picked",
tab.getId(), tab.getTitle()));Ditto.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
For easier initial bug investigation from bug reports when picker fails
to launch or trigger sharing.You might want to add histograms for anything critical as well (follow up). Logs aren't generally available except via the crash server when there is a crash or if a full bug report is uploaded.
Acknowledged
Log.d(
TAG,
String.format(
"PickerInvoker: AndroidCapturePrompt received user action %d", action));I think you can just append this rather than using a format string.
Done - wow I didn't know this!
String.format(
"PickerInvoker: Tab %d with title '%s' was picked",
tab.getId(), tab.getTitle()));| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Media Capture] Add logs for launching picker and result callback
For easier initial bug investigation from bug reports when picker fails
to launch or trigger sharing.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |