mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Log print jobs
This commit is contained in:
@@ -7188,7 +7188,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
Log.i("Print queue job=" + jobName);
|
||||
PrintDocumentAdapter adapter = printWebView.createPrintDocumentAdapter(jobName);
|
||||
PrintJob job = printManager.print(jobName, adapter, new PrintAttributes.Builder().build());
|
||||
Log.i("Print queued job=" + job.getInfo());
|
||||
EntityLog.log(context,"Print queued job=" + job.getInfo());
|
||||
} catch (Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user