Skip to content

Commit

Permalink
[TF][KILL] Google Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Nov 7, 2020
1 parent b714a37 commit 08d9783
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public VideoCameraCapturer() {
if (Build.VERSION.SDK_INT < 18) {
return;
}
Logging.enableLogToDebugOutput(Logging.Severity.LS_INFO);
Logging.d("VideoCameraCapturer", "device model = " + Build.MANUFACTURER + Build.MODEL);
AndroidUtilities.runOnUIThread(() -> {
instance = this;
thread = new HandlerThread("CallThread");
Expand Down

0 comments on commit 08d9783

Please sign in to comment.