Commit b7d1d87e by Lee Jaebin

検証用ログ追加

parent d264d4e6
......@@ -573,6 +573,7 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
mWaitingDialog.setButton(DialogInterface.BUTTON_POSITIVE, getResources().getString(R.string.pairing_search_stop), new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
Logger.d("----stop button click");
switch (mDeviceType) {
case DeviceType.centerThermomete:
case DeviceType.radiationThermomete:
......@@ -998,6 +999,7 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
@Override
protected void onStop() {
super.onStop();
Logger.d(TAG, "--onStop");
// SPP通信の接続を切る
disConnectSppBluetooth();
......
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