Skip to content

Commit

Permalink
Merge branch 'feature/tone-generator-crash-fix-VIALA-745' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy.norman committed Feb 15, 2018
2 parents bbfe3cb + c035e5a commit b62323c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void run() {
public ToneGenerator(int streamType, int volume) {
mStreamType = streamType;
mVolume = volume;
mRemoteLogger = new RemoteLogger(this.getClass(), 1);
mRemoteLogger = new RemoteLogger(this.getClass()).enableConsoleLogging();
}

/**
Expand Down

0 comments on commit b62323c

Please sign in to comment.