Skip to content

Commit

Permalink
Merge pull request #1 from aspsptyd/fix/error-cicd
Browse files Browse the repository at this point in the history
Fix: error saat ci cd proses
  • Loading branch information
aspsptyd authored Oct 23, 2024
2 parents ef6b082 + 2a3cc35 commit e95601a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ protected void onCreate(Bundle savedInstanceState) {
return insets;
});
try {
super.onCreate(savedInstanceState);
// Proses jika ingin ditambahkan
logger.logToFile("Ini adalah percobaan untuk log ke dalam file .txt, bisa di custome berdasarkan kebutuhan");
} catch (Exception error) {
// Untuk catch data log ke file
logger.logToFile(String.valueOf(error));
logger.logToFile("Fahmi ganteng");
}
}
}

0 comments on commit e95601a

Please sign in to comment.