// PersistableThrowable doesn't hold GC-disturbing class references in backtrace static volatile PersistableThrowable lastException_lastException; static PersistableThrowable lastException() { ret lastException_lastException; } static void lastException(Throwable e) { lastException_lastException = persistableThrowable(e); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1011126 |
| Snippet name: | lastException - last exception thrown anywhere |
| Eternal ID of this version: | #1011126/4 |
| Text MD5: | 5b9e5a451998caf4fdcf02194accf83b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-10 20:54:21 |
| Source code size: | 340 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 808 / 1028 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |