Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1011267 // restartVMAndroid

JavaX fragment (include)

1  
static void restartVMAndroid() {
2  
  O android = getVMAndroid();
3  
  if (android != null)
4  
    call(android, 'dispose);
5  
  try {
6  
    call(javax(), 'makeVMAndroid);
7  
  } finally {
8  
    ((L) get(javax(), 'record_list)).remove(android);
9  
  }
10  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011267
Snippet name: restartVMAndroid
Eternal ID of this version: #1011267/2
Text MD5: c0a3e3625a3accbb07f9e98f759b9565
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-21 21:55:28
Source code size: 240 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 357 / 375
Version history: 1 change(s)
Referenced in: [show references]