clowwindy / ShadowVPN

Removed according to regulations.
1.47k stars 1.06k forks source link

fileDescriptor == null ?? #166

Open jinshakx opened 7 years ago

jinshakx commented 7 years ago
    获取为空了 ???为什么呢
          builder.setSession(this.getString(R.string.app_name) + "[" + title + "]");

    final ParcelFileDescriptor fileDescriptor = builder.establish();

    if (fileDescriptor == null)
    {
        Log.e("tag", "null ==fileDescriptor");
        return;
    }