Skip to content

Commit

Permalink
added body text to example app
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Gaar committed Feb 23, 2015
1 parent f3803c0 commit 00998ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected void onCreate(Bundle savedInstanceState) {
shareLogButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
LoggingHelper.shareLog(MainActivity.this, null, "This is a logging demo");
LoggingHelper.shareLog(MainActivity.this, null, "This is a logging demo", "This is the optional body text");
}
});

Expand Down

0 comments on commit 00998ae

Please sign in to comment.