Libraryless. Click here for Pure Java version (47L/1K/2K).
1 | !747 |
2 | |
3 | m {
|
4 | p {
|
5 | Map<Thread, StackTraceElement[]> threadMap = Thread.getAllStackTraces(); |
6 | for (Thread t : threadMap.keySet()) {
|
7 | if (t.isDaemon()) continue; |
8 | //print(structure(threadMap)); |
9 | print(t); |
10 | } |
11 | print(threadMap.size() + " threads."); |
12 | } |
13 | } |
Began life as a copy of #1000948
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001444 |
| Snippet name: | List all non-daemon threads |
| Eternal ID of this version: | #1001444/1 |
| Text MD5: | 93ce0d9b93ed9c7ec99db695c08c5246 |
| Transpilation MD5: | facf212ecc54fb5ba014fc7bd6b89bb3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-16 17:10:39 |
| Source code size: | 288 bytes / 13 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 848 / 965 |
| Referenced in: | [show references] |