Skip to content

Commit

Permalink
Init trace type with TraceShape when got TraceDefault , this just a s…
Browse files Browse the repository at this point in the history
…imple solution for Deepin.
  • Loading branch information
debuggerx01 committed Jul 12, 2017
1 parent f3815dc commit 31023e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static Trace *init_trace() {
case TraceNone:
return new Trivial();
case TraceShape:
case TraceDefault:
return new Shape();
case TraceAnnotate:
return new Annotate();
Expand Down

0 comments on commit 31023e7

Please sign in to comment.