Copying Obsidian Vault form PC to android causes crashing

I have no idea why. It loads up and tries to load plugins(I have 132 installed). It seems to load and show the vault but at some point crashes. Likely from some issue with a plugin. The issue is that this happens consistently and I have zero idea why. I don’t know if it is some plugin in the background or if it is a plugin that is loading or what.

There should be some better way to deal with these crashes. Now I have to manually delete each plugin to try to find out which one is triggering it and hope I get lucky. I don’t need all of them but I did this because I didn’t want to manually install a bunch of plugins.

So ideally there would be something like a bisect routine that can be used to isolate the plugins that are causing the crash. This is relatively easy to implement as it just involves tracking the crashes and plugins and disable and enable them.

I deleted all the plugins in the vault plugins folder and it still crashes. It seems to do so when trying to index the vault. The vault size is around 50MB so maybe it is running out of memory. It shows about 20% of the vault index but never makes any progress pass that point.

So I deleted the large md files I had. 1.86MB was the largest, I had 3 ~= that range then the next was 1.2MB wich I didn’t delete.

Not sure why it should crash on relatively small file sizes. At least report something rather than blindly crashing.