Commit a91cd7ce authored by Fred Mello's avatar Fred Mello Committed by Commit Bot

Add logging to DFM request/update status

Bug: b/133669491

Change-Id: I61a9767a08a0024155a40ca4e88e5022209644a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638193Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
Commit-Queue: Fred Mello <fredmello@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665204}
parent 28c84c16
......@@ -174,6 +174,7 @@ import java.util.Set;
@Override
public void onStateUpdate(SplitInstallSessionState state) {
assert !mIsClosed;
Log.i(TAG, "Status for modules '%s' updated to %d", state.moduleNames(), state.status());
switch (state.status()) {
case SplitInstallSessionStatus.DOWNLOADING:
case SplitInstallSessionStatus.DOWNLOADED:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment