Skip to content

Commit

Permalink
Add a log required by test infrastructure.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 323612774
  • Loading branch information
Google Play Team authored and thanwah committed Jul 29, 2020
1 parent 104af9f commit fcae2bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ GameObject:
- component: {fileID: 262765250}
- component: {fileID: 262765248}
m_Layer: 0
m_Name: AssetPackBatchView
m_Name: batchexample
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down Expand Up @@ -5433,7 +5433,7 @@ GameObject:
- component: {fileID: 763644505}
- component: {fileID: 763644506}
m_Layer: 0
m_Name: AssetBundleView
m_Name: gamepad
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down Expand Up @@ -6861,7 +6861,7 @@ GameObject:
- component: {fileID: 1014521233}
- component: {fileID: 1014521234}
m_Layer: 0
m_Name: AssetBundleView
m_Name: controllerexample
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down Expand Up @@ -7578,7 +7578,7 @@ GameObject:
- component: {fileID: 1148519931}
- component: {fileID: 1148519930}
m_Layer: 0
m_Name: AssetPackView
m_Name: galaxyexample
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down Expand Up @@ -10865,7 +10865,7 @@ GameObject:
- component: {fileID: 1684192611}
- component: {fileID: 1684192612}
m_Layer: 0
m_Name: AssetBundleView
m_Name: nonexistent
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down Expand Up @@ -12789,7 +12789,7 @@ GameObject:
- component: {fileID: 2033913985}
- component: {fileID: 2033913984}
m_Layer: 0
m_Name: AssetPackView
m_Name: assetfiles
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ private void SelectDownloader(int pageIndex, int downloaderIndex)

SelectionBox.transform.position = _selectedDownloaderObj.transform.position;
SelectionBox.gameObject.SetActive(true);
Debug.Log("Selected " + _selectedDownloaderObj.name);
}

private void ClickButton(Button button, string buttonName)
Expand Down

0 comments on commit fcae2bd

Please sign in to comment.